html,body {
    margin:0;
    padding:0;
}

html {
   width: 100%;       
    height:100%;
    min-height: 100%;
    min-width: 100%;
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  
}



body {
    width: 100%;       
    height:100%;
    min-height: 100%;
    min-width: 100%;
    
    height: 100vh;
    
    
    background-color: #fdfcff; 
    display:block;    
}

body h2 { color: purple; }

h3 { color: purple; }

.header { 
    width: 100%;
    display:table;    
    position: relative;
    margin: 0px;
    padding: 0px;    
}


a {text-decoration: none; }

/* CSS for logo circle */

#logoCircle {
	width: 50px;
	height: 50px;
	background: purple;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
        margin-left: 15px;
        margin-top: 3px;
}
#logo {
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-image:url('/images/tr_logo.png');
    background-size: contain;
    position: absolute; 
/*    bottom:5px  ;  */
top: 10px;
    overflow: hidden;
}

/*styles for the help content in the header*/

#helplabel:hover { visibility: hidden;}
#helplabel:hover > #helplist{ visibility:visible;}

/*#helpcontent:hover { visibility: hidden;}*/

#helplist{
    position: absolute; 
    width: 180px;
    right: 0px; 
    bottom: -15px; 
    font-size: 14px;
    padding: 0px;
   margin: 0px;
   color: #e5dfed;
   cursor: pointer;
    visibility:hidden;
}

#helplist  ul {
     list-style: none;
     text-align: right;
     padding: 0;
     margin: 0;
}

#helplist ul li { padding-right: 0em;}

/*side menu bar*/

#sideMenuDiv  {
    margin: 0;
    padding: 0;
    background-color: #efebf5;
    border-radius: 10px ;
}    

/*#sideMenuDiv ul {
  list-style-type: none;
  position: absolute;
    top: 0;
    left: 0;
    float: left;    
    margin: 0;
    padding: 0;
    width:100%;
}

#sideMenuDiv ul li a {
  display: block;
  color: #5c5c8a;
  padding: 8px 16px;
  text-decoration: none;
  border-radius:10px;
  border-bottom:1px solid black; 
}

#sideMenuDiv ul li a.active {
  background-color: #5c5c8a;
  color: white;
}

#sideMenuDiv ul li a:hover:not(.active) {
  background-color: #5c5c8a;
  color: white;
  border-radius:10px;
}*/



/*menubar*/

.menubar ul,
.menubar li,
.menubar span,
.menubar a {
  margin: 0;
  padding: 0;
  position: relative;
}
.menubar {
/*    background: #5c5c8a;*/
/*  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;*/
border-radius:10px;
  width: auto;
  border: 0px;
  margin: 0px;
  padding: 0px;
  
}
.menubar:after,
.menubar ul:after {
  content: '';
  display: block;
  clear: both;
}

.menubar ul {
  list-style: none;
}
.menubar > ul > li {
  display:inline-block;
  float: left;
  margin: 0;
  padding-right: 0px;
}

.menubar > ul > li > a,
.menubar > ul > li > span{
  color: #ffffff;
  font-size: 11px;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 7px 15px 5px 15px;
  text-decoration: none;
  border-radius:10px;
}

.menubar > ul > li:hover > a {
  color:#5c5c8a  ;
  font-size: 11px;  
  background: #dadaf1; 
  border-radius:10px;
  
}




/*//Style for the slider*/

#slideholder{
	width:100%;
	margin:10px auto;
        display: table;
}

#slidediv{
	width:550px;
	height:500px;
	position:relative;
           display: table;
}

#slidediv img{
	width:525px;
	height:375px;
        padding-left: 50px;
}

.slider {position:absolute;}

.slideImg {
        width: 650px;
        padding: 8px;
        padding-left: 10px;
    border:#666 solid 2px;
	border-radius:15px;
        margin-bottom: 5px;
        background-color: white;
}

.slider-copy{
	width: 650px;
        height: 200px;
        padding: 8px;
        padding-left: 10px;
        background:#DEDEF5;
        overflow:auto;
        border:#666 solid 2px;
	border-radius:15px;
        margin-bottom: 50px;
}
.sliderbutton {
     padding:8px; 
     font-size:14px; 
     border-width:1px; 
     border-radius:15px; 
     background-color:#d1e7ff; 
     box-shadow: -3px -4px 7px 0px rgba(42,42,42,.56);  
     text-shadow:0px 0px 1px rgba(42,42,42,.41); 
   color:#447314  ;
}
.sliderbutton:focus { outline:none; }
.sliderbutton:hover {   text-shadow:0px 0px 0px rgba(42,42,42,.41);  }

.sliderbutton:active {    
     padding:8px; 
     font-size:14px; 
     border-radius:20px; 
     background-color:#CCCCFF; 
     box-shadow: -3px -4px 7px 0px rgba(42,42,42,.56);  
     text-shadow:0px 0px 2px rgba(42,42,42,.41);     
}

/* the styles for the search box feature on the menu tab  */

#menutabsearch {
    width: 200px;
    height: 25px;
    border-style:solid; 
    padding: 2px;
     font-size:12px; 
     border-width:0.5px; 
     border-radius:20px; 
     background-color:#d1e7ff; 
     border-color:#6781a8; 
     margin: 0px;    
}		 
#menutabsearch:focus { outline:none; } 
#menutabsearchbutton {
    border-style:solid; 
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 1px;
   padding-top: 1px;
   height: 25px;
     border-width:0.5px; 
     border-radius:20px; 
     background-color:#d1e7ff; 
     border-color:#6781a8; 
     margin: 0px;   
}
#menutabsearchbutton:focus { outline:none; } 


/*Selections for clinical trial results*/

.selections select, .selections a
.selections p {
    border-style:solid; 
    padding:8px; 
    font-size:14px; 
    border-width:2px; 
    border-radius:15px; 
    background-color:#d1e7ff; 
    border-color:#6781a8; 
    box-shadow: -3px -4px 7px 0px rgba(42,42,42,.56);  
    color:#447314  ;
    white-space: nowrap;
}

.selections select:focus { outline:none; } 
.selections ul li a:focus { outline:none; } 

.textOne {
    font-family:sans-serif;
    font-size:larger;
    color: purple;
}

.textTwo {
    font-family:sans-serif;
    font-size:medium;
    color: #404040;
}

.textThree {
    font-family:sans-serif;
    font-size:small;
    color: #404040;
}

.pointer{cursor: pointer; }

/* the styles for the sorting and limiting results search dropdown menu*/
  .resultSort {
    float: right;
    margin-top:15px;
}
.resultSort ul {
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}
.resultSort ul a {
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

.resultSort ul li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

.resultSort ul li.current-menu-item {background:#ddd; }

.resultSort ul li:hover { background:#f6f6f6; }

.resultSort ul ul {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
}

.resultSort ul ul li {
	float:none;
	width:200px;
}
.resultSort ul li:hover > ul { 	display:block; } 
      
/* the styles for the multiple tab display */
     
  .tabsDivContainer {
      display: block;
  position: relative; 
  height: 100%;
  width: 100%;
  clear: both;
  margin: 0;
}
.tabDiv {  float: left; }

.tabDiv label {
    background:  #f9efe8; 
    padding: 3px; 
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc; 
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: -1px; 
    position: relative;
    left: 1px; 
}
.tabDiv [type=radio] {
  display: none;   
}
.tabDiv-content {
  position: absolute;
  top: 25px;
  left: 0;
  background: #fffffb ;
  right: 0;
  bottom: 0;
  padding: 10px;
  border: 1px solid #ccc; 
  overflow: auto;
  border-top-right-radius:15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  
}
.tabDiv [type=radio]:checked ~ label {
  background:  #fffffb;
  border-bottom: 1px solid white;
  z-index: 2;
  font-size:large;
  font-weight: bold;
}
.tabDiv [type=radio]:checked ~ label ~ .tabDiv-content {   z-index: 1; } 

/*this is to change css for note writer tabs*/
/*.tabDiv [type=radio]:checked ~ label ~ .noteTab-content {   z-index: 0; } */



/* the styles for the new member form data entry page and cancer selection page admin data entry */
form.column {
  margin: 0; 
  padding: 0; 
  padding-bottom: 1.25em;    
}
form.column.text label { 
  margin: 0; 
  padding: 0; 
  display: block; 
  font-size: 100%; 
  padding-top: .1em; 
  padding-right: .25em; 
  width: 6em; 
  text-align: right; 
  float: left; 
} 

form.column.text input, 
form.column.text textarea { 
  margin: 0; 
  padding: 0; 
  display: block; 
  font-size: 100%; 
} 

form.column.input:active, 
form.column.input:focus, 
form.column.input:hover, 
form.column.textarea:active, 
form.column.textarea:focus, 
form.column.textarea:hover { 
  background-color: lightyellow; 
  border-color: yellow; 
} 

.formEntryLabel {
    color: purple; 
    text-align: right; 
  float: left; 

}

.dataEntrySelect {
    display: inline-block;
    width: 300px;
    height: 60px;
    border-style:solid; 
     padding:3px; 
     font-size:14px; 
     border-width:2px; 
     border-radius:20px; 
     background-color:#d1e7ff; 
     border-color:#6781a8; 
    box-shadow: -3px -4px 7px 0px rgba(42,42,42,.56); 
      text-shadow:0px 0px 2px rgba(42,42,42,.41);
    margin: 5px;    
    float: right;
}
.dataEntrySelect:focus { outline:none; } 
.dataEntryLabel {
    color: purple; 
    font-size:14px;
    float: right;    
}

/* the styles for the admin data entry page */

.admintext {
    width: 200px;
    height: 25px;
    border-style:solid; 
     padding:8px; 
     font-size:14px; 
     border-width:2px; 
     border-radius:20px; 
     background-color:#d1e7ff; 
     border-color:#6781a8;     
    margin: 5px;
    float: right;    
}
		 
.admintext:focus { outline:none; } 
.adminbutton {
    border-style:solid; 
     padding:8px; 
     font-size:14px; 
     border-width:2px; 
     border-radius:20px; 
     background-color:#d1e7ff; 
     border-color:#6781a8;    
}
.adminbutton:focus { outline:none; }

/* the styles for the other pages body */

.superWrapper{
    width: 100%;
     position: relative;
     margin-left:auto;
        margin-right:auto;
        display: table;
        height: 90%;       
}

.superRightWrapper{
    width:75%;
        display: table-cell;
      vertical-align: top;   
}
.superleftWrapper{
    width: 25%;
        display:table-cell;
        background-color:snow; ;
    vertical-align: top;     
}

#adSpaceWrap{
   min-height: 500px;
        margin-left:auto;
        margin-right:auto;       
        overflow:hidden;
        display:table;       
       width: 99%;
      padding-top: 10px;
     padding-bottom: 100px;
     padding-left: 10px;
     padding-right: 10px;
     position: relative;
}
#adSpace1{
   width: 30%;                  
    padding: 10px;
    display:table-cell;
    vertical-align: top; /* to keep components aligned at the top*/ 
}
#adSpace2{
      width: 70%;
    padding-left: 5px;
    padding-top: 2px;
    display:table-cell;
  resize: both; 
}


.wrapper {
        margin-left:auto;
        margin-right:auto;
        display:table;       
       width: 100%;
     padding: 5px;
     position: relative;
       vertical-align: top; 
       height: 100%;
       overflow-y: scroll;
}

.component1 {
     padding: 5px;
    display:table-cell;
    vertical-align: top; /* to keep components aligned at the top*/
   resize: both;   
}

.component2 {
    width: 70%;
    padding: 5px;
    display:table-cell;
  resize: both; 
   vertical-align: top;
}

/* the styles for the side menu  */


#nccnbar { width: 175px; }
	
#nccnbar li a {
	text-decoration: none;  	
  	height: 30px;
}
	
#nccnbar li a:link, #nccnbar li a:visited {
	color: #777;
	display: block;	
}
	
#nccnbar li a:hover { color: purple; }
	
#nccnbar li a:active {color: #fff;}

#nccnbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#opensub {
    display:none;
    list-style:disc ;
    margin: 0;
    padding: 0;
}
#opensub li a{
    text-decoration: none;
    height: 15px;
    padding: 12px 0 0 12px;
}
#opensub li a:hover {color: purple;}
#nccnbar ul li:hover #opensub {display: block;}

/* the styles for the terminology and abbreviation tables- SAME CSS AS trialstable - different name  */
/*.abbrTable {
    border-collapse: collapse;
    box-shadow: -2px -3px 5px 0px rgba(42,42,42,.56); 
    overflow-x:hidden;
    table-layout: fixed;
    display:table; }
.abbrTable tr { border:1px solid #000000;}
.abbrTable .tr:nth-child(even){background-color: #f2f2f2}
.abbrTable .tr:nth-child(odd){background-color: #FFF8F8}
.abbrTable.tr:hover {background:#c7c9cc}

.abbrTable th { background:mistyrose;
    text-align:left;
    font-size:12px;}
.abbrTable td{
    text-align:left;
    vertical-align: top;
    font-size:12px;
    color: #464447;
    overflow-wrap: break-word;
}*/

/* the styles for the trial results display table */

.contextlist {
    list-style: none; 
    list-style-type:none; 
}

.tableBorderWrapper {
  overflow: auto;
  border-radius: 10px;
  border: 1px solid #5c5c8a;
  width: 96%;
  margin-left: 2%; 
  
}


.trialstable {
    
    border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;

  width:100%;
  max-width: 100%;
    
}

.trialstable tr {
/*    border: 1px solid #605f5d;*/
background-color: #FFF8F8;
    
}

.trialstable tr td, .trialstable tr th {
    border-bottom: 0.5px solid #5c5c8a;
}

tr.no-bottom-border td {
  border-bottom: none;
}



.trialstable th {
        background:#ebdedd;
        text-align:left;
        font-size:12px;
        padding: 12px;
}
.trialstable td{
        text-align:left;
        vertical-align: top;
        font-size:12px;
        color: #464447;
        padding-left: 7px;  
}

.linkrow {background-color: #f2f2f2}

.insideTable tr td {    
/*    border-bottom: none;*/
    padding-left: 7px;
    font-size: medium;
    color: #464447;
    padding: 3px;
    padding-left: 7px;
}

.insideTable td {

}
.insideTable td span{
    font-size:medium;
    color: #000000;
}
.insideTable {
    border: none;
    border-collapse: collapse;
    width: 100%;
}
.insideTable tr:nth-child(even){background-color: #f6f7f2;}
.insideTable tr:nth-child(odd){background-color: #fffdf7;}
.insideTable tr:hover {background:#c7c9cc}

    .info {
        background-color:#CCCCFF; 
        padding: 20px; 
        padding-left: 100px;
        padding-right: 100px;
        display: none;
        border-radius: 15px;
    }
    
    .info > p {
        text-align: left;
       font-size: 15px;
        color: purple;
    }
    .info ul {  padding-left: 50px; }
    
.divintable {
        height: 50px;
        overflow-y : scroll;
        overflow-x : hidden;    
}

/* the styles for the member forms */

.form-container {
   border: 2px solid #e8e8e8;
     background-color: #f7f2ff; /* For browsers that do not support gradients */
  background-image: linear-gradient(#faedef,#f0e1e4);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 2px 3px, inset rgba(255,255,255,0.4) 0 2px 0;
   padding:10px;
   width: 90%;
   height: 200px;
   }

.form-field {
   border: 1px solid #c9b7a2;
   background: #fcfafb;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: #393b3d;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 1px 1px;
   padding:5px;
   margin-bottom:10px;
   width:50%;
   height: 30px;
  font-size: 18px; 
text-align: right; padding-right: 10px;  
   }

.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }

/* the styles for the forms */

.selectchoices {
       width: 200px; 
       color: #000000; 
       background: #a2bec7; 
      font-family:Arial;
	font-size:15px;        
   }
   
.selectchoices :hover {
   text-shadow: #cfced6 0 1px 0;
   background: #0a8f79;
   background: -webkit-gradient(linear, left top, left bottom, from(#95abc2), to(#0a8f79));
   background: -webkit-linear-gradient(top, #95abc2, #0a8f79);
   background: -moz-linear-gradient(top, #95abc2, #0a8f79);
   background: -ms-linear-gradient(top, #95abc2, #0a8f79);
   background: -o-linear-gradient(top, #95abc2, #0a8f79);
   background-image: -ms-linear-gradient(top, #95abc2 0%, #0a8f79 100%);
   color:white;
   }

.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	border: none;
	border-radius:15px;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:15px;
	padding:5px 20px;
	text-shadow:0px 1px 1px #283966;
}

.myButton:hover {
        background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
        border-radius:15px;        
}

.myButton:active {
        background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
        border-radius:15px;
        border-collapse: collapse;
        color: white;
}

/* the styles for the calculator results output */

#calc_results {
    border: 1px solid #447314;
    width: 100%;
    height:600px;
    background-color: white;
    border-collapse: collapse;
	width:90%;
	box-shadow: -4px -5px 9px 0px rgba(42,42,42,.56); 
	
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
    padding: 20px;
    overflow: scroll;
        overflow-style: move;
        top: 10px;
        position: relative;
}

/* the styles for the footer */
   
#aboutUsLink:hover {opacity: 0.7;}
#disclaiMer:hover {opacity: 0.7;}

/* The Modal and alert popup (background) */

.alertPopUp {
    position:fixed ; 
    z-index: 11; /* Sit on top */
    width: 25%; /* Full width */
    height: 250px; /* Full height */    
     position: relative;
  margin: auto;
    padding: 20px;
    border-style:solid; 
      border-width:2px; 
     border-radius:20px; 
     background-color:#d1e7ff; 
     border-color:#6781a8; 
     box-shadow: -3px -4px 7px 0px rgba(42,42,42,.56);  
    color:#447314  ;     
    overflow-y: scroll;
    display: block;
}

.alertChoice {
    background-color: #5c5c8a;
    padding: 8px;
    border-radius:10px;
    color: white;
    font-size: small;
    line-height: 250%;
    white-space: nowrap;
}

.modal {
    display: none; /* Hidden by default */
    position:fixed ; 
    z-index: 11; /* Sit on top */
  
    left: 50px;
    top: 150px;
    width: 70%; /* Full width */
    height: 400px; /* Full height */
   
   padding-left: 50px;
    padding-top: 70px;
    padding-right: 50px;
    padding-bottom: 20px;
    overflow: hidden;
    border-style:solid; 
      border-width:2px; 
     border-radius:20px; 
     background-color:#e6f2ff; 
     border-color:#6781a8; 
     box-shadow: -3px -4px 7px 0px rgba(42,42,42,.56);  
    
}
.modal p, .alertPopUp p {
    font-family:sans-serif;
    font-size: 15px;
    color:#4B0082; 
}
/* The Close Button */

.close {
            width: 25px;
/*        line-height: 25px;*/
        border-radius: 50%;
        text-align: center;
        font-size: 25px;
        padding: 6px;
        padding-top: 2px;
       font-weight: bold;
       font-family:monospace;
    background-color: #3e5a8e;
    color: white;


  position: absolute;
    top: 10px;
    right: 15px;
    
    
/*    position: absolute;
    top: 10px;
    right: 25px;
    color:#3e5a8e;
    padding: 5px;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s; */
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
/*    font-size: 50px;*/
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px){
    .modal-content { width: 100%; }
}

#footer {
    border-radius: 10px;
    background: #5c5c8a;
    width:100%;
    margin:0px;
    padding : 0px;
/*    display: block;
    position: absolute;*/
/*    bottom: 0;*/
    
 
}

#footer p {
   font-family: sans-serif;
   font-size: 12px;
   color: #cc80ff;
}

#footer ul {  list-style: none;  padding-top: 10px;}
footer ul li {
  display:inline-block;
  float: left; 
}

#footer ul li a {   
/*    top, right, bottom, left*/
    padding-right: 20px;
    font-family: sans-serif;
    font-size: 15px;
    color: #a3a3cc; 
    cursor: pointer;
    text-decoration: none;
}

#footer ul li a:hover {color: #dbd3eb; }

/*#footer > ul > li:hover > a {

    color: #dbd3eb; 
}*/

#aboutUs {
    width:90%; 
    height: 150px; 
    background-color:#ffffff ; 
    visibility:hidden;
    border: 5px black;
}

#aboutLink :hover > #aboutUs{ visibility:visible;}
#aboutLink {color: black;}

/*contact us form*/

/* The styles for the classes */
.pad_top { padding-top: 0.25em;}
.no_pad_top { padding-top: 0;}
.margin_left { margin-left: 0.5em;}
.no_underline {text-decoration:none;}

/*miscellaneous: catch me animation*/

    .block {
        position: absolute;
        margin-top: 100px;
        padding: 10px;
    }

    .disLink, .drugLink, .regLink{text-decoration: none; }
    .disLink:hover, .drugLink:hover {text-decoration: underline; color: blue; } 
    .disLink:hover span{
        display:block; 
    }